; Add texinfo reference to GNU Coding Standards.
authorJeremy Bryant <jb@jeremybryant.net>
Sun, 9 Mar 2025 22:25:03 +0000 (22:25 +0000)
committerStefan Kangas <stefankangas@gmail.com>
Thu, 13 Mar 2025 06:12:26 +0000 (07:12 +0100)
* doc/emacs/trouble.texi (Coding Standards): Add texinfo reference to
GNU Coding Standards manual.  (Bug#76901)

doc/emacs/trouble.texi

index 2211369b1210b36f61e78cb0bdea799380a4488b..45f15c7dd0d081f63c5b6d22c34d7e21e21e6b38 100644 (file)
@@ -1494,9 +1494,10 @@ the Emacs Lisp Reference Manual
 @subsection Coding Standards
 @cindex coding standards for Emacs submissions
 
-Contributed code should follow the GNU Coding Standards
-@url{https://www.gnu.org/prep/standards/}.  This may also be available
-in info on your system.
+Contributed code should follow the GNU Coding Standards.  This manual
+is available online at @url{https://www.gnu.org/prep/standards/}.  It
+may also be available locally in Info on your system, see @pxref{Top,,,
+standards, GNU Coding Standards}.
 
 If it doesn't, we'll need to find someone to fix the code before we
 can use it.